Auto merge of #2357 - matklad:no-more-warnings-in-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 5 Feb 2016 17:28:04 +0000 (17:28 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Feb 2016 17:28:04 +0000 (17:28 +0000)
commitd282348c918d6687b5aba54c59deb1c79cfea736
treeecfb5e5103fd463b2b28dc8eed12955c47024c49
parent00465d3d6af0d90c2987ce736f6b9957582e4179
parent973952214ddd0ec198c592775ccdf142b189496f
Auto merge of #2357 - matklad:no-more-warnings-in-tests, r=alexcrichton

Warnings from unrelated tests can be a little disturbing. Maybe we should be stricter about them?

You can always temporary `#![allow(unused, warnings)]` in the module you are writing if you are in the middle of a new development and don't want the compiler putting a spoke in the wheel.